interface TxParams {
    hash: Uint8Array;
    prove?: boolean;
}

Properties

Properties

hash: Uint8Array
prove?: boolean