Type Alias SmartWalletTransaction

SmartWalletTransaction: {
    data: Hex;
    to: Hex;
    value: BigInt;
}