BroadcastEvmLegacyTransaction: {
    data?: string;
    gasLimit?: Amount;
    gasPrice?: Amount;
    kind: EvmLegacy;
    nonce?: number;
    to?: BlockchainAddress;
    value?: Amount;
}

Type declaration

Generated using TypeDoc