types/index
Last updated
Was this helpful?
Last updated
Was this helpful?
Ƭ LowLevelMethod: function
Transaction method from the contract-wrappers package
â–¸ (args
: A): Promise‹PolyResponse›
Parameters:
Name
Type
args
A
Ƭ MapMaybeResolver: object
Apply the MaybeResolver type to a tuple of types
Ƭ MaybeResolver: PostTransactionResolver‹T, any› | T
Either a specific type or a Post Transaction Resolver that resolves to that type
Ƭ Omit: Pick‹T, Exclude‹keyof T, K››
Return the type that results from excluding a property from another type
Ƭ PostTransactionResolverArray: object
Transforms a tuple of types into an array of Post Transaction Resolvers. For each type in the tuple, the corresponding Post Transaction Resolver resolves to that type
Ƭ ResolverArray: object
Transforms a tuple of types into an array of resolver functions. For each type in the tuple, the corresponding resolver function returns that type wrapped in a promise
Ƭ SignatureRequest: function
Signature request method from the contract-wrappers package
â–¸ (args
: A): Promise‹string›
Parameters:
Name
Type
args
A
â–¸ isInvestWithStableCoinArgs(args
: any): args is InvestWithStableCoinArgs
Parameters:
Name
Type
args
any
Returns: args is InvestWithStableCoinArgs
â–¸ isPojo(pojo
: any): pojo is Pojo
Check to see if an object is a Plain Old Javascript Object (POJO)
Parameters:
Name
Type
pojo
any
Returns: pojo is Pojo
â–¸ isStoType(type
: any): type is StoType
Check if the argument is of type [[STOType]]
Parameters:
Name
Type
type
any
Returns: type is StoType
Ƭ InvestInTieredStoProcedureArgs: & object |
Defined in
Arguments for the Procedure
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in
Defined in
Check whether the arguments are of type
Defined in
Defined in