Function updateRegisteredCurrencyRoyalty

  • Used to update the royalty rate for a registered currency

    Returns

    InstructionReturn

    Parameters

    • program: GalacticMarketplaceIDLProgram

      GalacticMarketplace Program

    • updateAuthorityAccount: AsyncSigner<unknown>

      the authority of the market

    • currencyMint: PublicKey

      Registered currency's mint

    • royalty: number

      Royalty rate for exchanges denominated in this currency (Royalty of '1_000_000' == 100%)

    Returns InstructionReturn

Generated using TypeDoc