UpdateAssetAccountPayload: {
    address?: string;
    name?: string;
    publicKey?: string;
    status: AssetAccountStatus;
}

Type declaration

  • Optional address?: string

    Blockchain address for a chosen Blockchain network.

  • Optional name?: string

    Custom name that can be added for an account.

  • Optional publicKey?: string

    PublicKey which is used by AssetAccount. Usually this is used to derive addresses on a given blockchain network.

    Alternatively can be used to verify signatures produced by the platform.

  • status: AssetAccountStatus

    Indicates whether account is ready to be used.

Generated using TypeDoc