Type alias SubmitTxBlockingType

SubmitTxBlockingType: {
    blockInfo: BlockInfo;
    events: BlockchainEvents;
    txHash: `0x${string}`;
}

Type declaration

Generated using TypeDoc