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 Summary)

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?: 1