BroadcastEip1559Transaction: {
    data?: string;
    gasLimit?: Amount;
    kind: Eip1559;
    maxFeePerGas?: Amount;
    maxPriorityFeePerGas?: Amount;
    nonce?: number;
    to?: BlockchainAddress;
    value?: Amount;
}

Type declaration

Generated using TypeDoc