Type aliases
ContractDeployment
Contract
Deployment: { address?: address; checksum: string }
Type declaration
-
Optional address?: address
-
checksum: string
CoreContractStorage
CoreContractStorage: { arbitraryValues: { get: any }; lambdas: { get: any }; ovens: { id: BigNumber; get: any } }
Type declaration
-
arbitraryValues: { get: any }
-
lambdas: { get: any }
-
ovens: { id: BigNumber; get: any }
-
id: BigNumber
-
get: function
TezosBalance
TezosBalance: BigNumber
TokenContractStorage
Token
ContractStorage: { token: { ledger: { get: any }; totalSupply: WrappedXTZBalance } }
arbitraryValue
arbitraryValue: string | number
arbitraryValueKey
arbitraryValueKey: string
blockHeight
blockHeight: number
checksum
checksum: string
contractDetails
contract
Details: { lastAction: string; originatedAtDate: string; originatedAtHeight: blockHeight }
Type declaration
-
lastAction: string
-
originatedAtDate: string
-
contractInfoFromRpc
contract
InfoFromRpc: { balance: number; script: { code: micheline; storage: any } }
Type declaration
-
balance: number
-
script: { code: micheline; storage: any }
coreContractStorage
coreContractStorage: { u: string }
lambdaName
lambdaName: string
micheline
micheline: string
michelsonType
michelsonType: string
packedArbitraryValue
packed
ArbitraryValue: bytes
wXTZConfig
wXTZConfig
: { indexerUrl
: string; network
: NetworkType; tezos
: TezosToolkit }
Type declaration
-
indexerUrl: string
-
-
tezos: TezosToolkit
Models: WXTZ Core, Oven, Token