Type alias TxParamsAccount1Type

TxParamsAccount1Type: TxParams & {
    tag: Account;
    version: 1;
}

Type declaration

Generated using TypeDoc