Private
Optional
bigPrivate
findPrivate
isPrivate
removePrivate
rootReadonly
valOptional
value: anyOptional
semantics: SemanticEncodingOptional
args?: object[]Look up in top-level pairs of the storage to find a value matching the specified type
The first value found that match the type or undefined
if no value is found
storage to parse to find the value
type of value to look for
Look up the schema to find any occurrence of a particular token.
an array of tokens of the specified kind or an empty array if no token was found
Useful to find all global constants in a script, an array of GlobalConstantToken is returned:
const schema = new Schema(script);
const allGlobalConstantTokens = schema.findToken('constant');
string representing the prim property of the token to find
Produce a representation of the storage schema. Note: Provide guidance on how to write the storage object for the origination operation with Taquito.
Static
fromRPCResponseStatic
isGenerated using TypeDoc
Warn
Our current smart contract abstraction feature is currently in preview. It's API is not final, and it may not cover every use case (yet). We will greatly appreciate any feedback on this feature.