[Refactor] change TransactionRequest
to field to Option<TxKind>
#549
Labels
enhancement
New feature or request
TransactionRequest
to field to Option<TxKind>
#549
fn as_create(self) -> Self
shortcut to set the field toSome(Create)
fn deploy_code(self, code: Vec<u8>) -> Self
to setdata
andto
fields at oncefn with_call<T: SolCall>(self, t: T) -> Self
to setdata
and ensureto
is NOTCreate
(setto
toNone
if it is currentlyCreate
)Originally posted by @prestwich in #505 (comment)
The text was updated successfully, but these errors were encountered: