Fireblocks XRP SDK - v1.0.0
    Preparing search index...

    Interface AccountSetOpts

    interface AccountSetOpts {
        configs: AccountSetConfig;
        memos?: Memo[];
    }
    Index

    Properties

    Properties

    configs: AccountSetConfig

    Full AccountSet configuration. Any combination of ASF, TF flags, and optional fields (domain, transferRate, tickSize, emailHash, messageKey).

    memos?: Memo[]

    Optional memos to attach to the AccountSet transaction.