Preparing search index...
The search index is not available
Valorem SDK Docs - v0.0.12
Valorem SDK Docs
<internal>
CustomSource
Type alias CustomSource
Custom
Source
:
{
address
:
Address
;
signMessage
:
(
(
{ message }
)
=>
Promise
<
Hash
>
)
;
signTransaction
:
(
<
TTransactionSerializable
>
(
transaction
,
args
?
)
=>
Promise
<
IsNarrowable
<
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
,
Hash
>
extends
true
?
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
:
Hash
>
)
;
signTypedData
:
(
<
const
TTypedData
,
TPrimaryType
>
(
typedData
)
=>
Promise
<
Hash
>
)
;
}
Type declaration
address
:
Address
sign
Message
:
(
(
{ message }
)
=>
Promise
<
Hash
>
)
(
{ message }
)
:
Promise
<
Hash
>
Parameters
{ message }
:
{
message
:
SignableMessage
;
}
message
:
SignableMessage
Returns
Promise
<
Hash
>
sign
Transaction
:
(
<
TTransactionSerializable
>
(
transaction
,
args
?
)
=>
Promise
<
IsNarrowable
<
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
,
Hash
>
extends
true
?
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
:
Hash
>
)
<
TTransactionSerializable
>
(
transaction
,
args
?
)
:
Promise
<
IsNarrowable
<
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
,
Hash
>
extends
true
?
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
:
Hash
>
Type Parameters
TTransactionSerializable
extends
TransactionSerializable
Parameters
transaction
:
TTransactionSerializable
Optional
args
:
{
serializer
?:
SerializeTransactionFn
<
TTransactionSerializable
>
;
}
Optional
serializer
?:
SerializeTransactionFn
<
TTransactionSerializable
>
Returns
Promise
<
IsNarrowable
<
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
,
Hash
>
extends
true
?
TransactionSerialized
<
GetTransactionType
<
TTransactionSerializable
>
>
:
Hash
>
sign
Typed
Data
:
(
<
const
TTypedData
,
TPrimaryType
>
(
typedData
)
=>
Promise
<
Hash
>
)
<
const
TTypedData
,
TPrimaryType
>
(
typedData
)
:
Promise
<
Hash
>
Type Parameters
const
TTypedData
extends
TypedData
|
{
[
key
:
string
]
:
unknown
;
}
TPrimaryType
extends
string
=
string
Parameters
typedData
:
TypedDataDefinition
<
TTypedData
,
TPrimaryType
>
Returns
Promise
<
Hash
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Valorem SDK Docs - v0.0.12
<internal>
Account_OrderBy
Action
ClaimBucket_OrderBy
Claim_OrderBy
DayData_OrderBy
DecimalValue_OrderBy
Erc1155Balance_OrderBy
Erc1155Contract_OrderBy
Erc1155Operator_OrderBy
Erc1155Token_OrderBy
Erc1155Transfer_OrderBy
Event_OrderBy
ItemType
OptionTypeBucket_OrderBy
OptionType_OrderBy
OrderDirection
OrderType
TokenDayData_OrderBy
Token_OrderBy
Transaction_OrderBy
Loading...
Generated using
TypeDoc