Struct flow_sdk::transaction::RemoveContractTransaction [−][src]
Expand description
Remove a contract of an account by name.
Fields
name: Name
The name of the contract to be removed.
Implementations
Turns this transaction template into a TransactionHeader
.
Auto Trait Implementations
impl<Name> RefUnwindSafe for RemoveContractTransaction<Name> where
Name: RefUnwindSafe,
impl<Name> Send for RemoveContractTransaction<Name> where
Name: Send,
impl<Name> Sync for RemoveContractTransaction<Name> where
Name: Sync,
impl<Name> Unpin for RemoveContractTransaction<Name> where
Name: Unpin,
impl<Name> UnwindSafe for RemoveContractTransaction<Name> where
Name: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more