Function createRegisterCurrencyInstruction

  • Returns an instruction which registers a valid currency with the market. Update authority must match marketVarsAccount.

    Parameters

    Returns Promise<{
        accounts: web3.PublicKey[];
        instructions: web3.TransactionInstruction[];
    }>