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

Hierarchy (view full)

Properties

Properties

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