interface TxParamsAsyncMtree1 {
    tag: Mtree;
    values: (Uint8Array | `tx_${string}` | (((TxParamsBySchemaInternal<PickIsRec<{ readonly tag: { serialize: (value: Tag.Account) => Buffer; deserialize: (value: Buffer) => Tag.Account; constValue: Tag.Account; constValueOptional: boolean; }; readonly version: { ...; }; readonly nonce: { ...; }; readonly balance: { ...; }; }, true>> & Partial<...> & Omit<......))[];
    version?: 1;
}

Hierarchy (view full)

Properties

Properties

tag: Mtree = ...
values: (Uint8Array | `tx_${string}` | (((TxParamsBySchemaInternal<PickIsRec<{ readonly tag: { serialize: (value: Tag.Account) => Buffer; deserialize: (value: Buffer) => Tag.Account; constValue: Tag.Account; constValueOptional: boolean; }; readonly version: { ...; }; readonly nonce: { ...; }; readonly balance: { ...; }; }, true>> & Partial<...> & Omit<......))[] = entryMtreeValueArray
version?: 1

Generated using TypeDoc