wire_ChangePubKey_set_eth_auth_data method
WireSyncRust2DartDco
wire_ChangePubKey_set_eth_auth_data(
- int that,
- Pointer<
wire_cst_list_prim_u_8_strict> sig
Implementation
WireSyncRust2DartDco wire_ChangePubKey_set_eth_auth_data(
int that,
ffi.Pointer<wire_cst_list_prim_u_8_strict> sig,
) {
return _wire_ChangePubKey_set_eth_auth_data(
that,
sig,
);
}