pub type TxTypedDeploy<Env, From, Payment, Gas, Original> = Tx<Env, From, (), Payment, Gas, DeployCall<Env, ()>, OriginalResultMarker<Original>>;Expand description
Alias for a Tx generated from a proxy, in init.
Aliased Type§
pub struct TxTypedDeploy<Env, From, Payment, Gas, Original> {
pub env: Env,
pub from: From,
pub to: (),
pub payment: Payment,
pub gas: Gas,
pub data: DeployCall<Env, ()>,
pub result_handler: OriginalResultMarker<Original>,
}Fields§
§env: Env§from: From§to: ()§payment: Payment§gas: Gas§data: DeployCall<Env, ()>§result_handler: OriginalResultMarker<Original>