algokit_
transact
0.1.0
Validate
Provided Methods
validate
Implementors
In crate algokit_
transact
algokit_transact
Trait
Validate
Copy item path
Source
pub trait Validate { // Provided method fn
validate
(&self) ->
Result
<
()
,
Vec
<
String
>> { ... } }
Provided Methods
§
Source
fn
validate
(&self) ->
Result
<
()
,
Vec
<
String
>>
Implementors
§
Source
§
impl
Validate
for
AssetConfigTransactionFields