@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/backoffice-services
index
ManualMint
Interface ManualMint
interface
ManualMint
{
amount
:
BigNumber
;
bankTransactionId
:
string
;
createdAt
:
Date
;
currency
:
string
;
customerId
?:
string
;
id
:
string
;
idempotencyKey
:
string
;
memo
?:
string
;
receipt
?:
{
id
:
string
;
type
:
string
}
;
status
:
"CREATED"
|
"PROCESSING"
|
"COMPLETED"
|
"FAILED"
;
updatedAt
:
Date
;
walletAddress
:
Address
;
}
Index
Properties
amount
bank
Transaction
Id
created
At
currency
customer
Id?
id
idempotency
Key
memo?
receipt?
status
updated
At
wallet
Address
Properties
amount
amount
:
BigNumber
bank
Transaction
Id
bankTransactionId
:
string
created
At
createdAt
:
Date
currency
currency
:
string
Optional
customer
Id
customerId
?:
string
External id of the owning customer, when the mint was pinned to one.
id
id
:
string
idempotency
Key
idempotencyKey
:
string
Optional
memo
memo
?:
string
Optional
receipt
receipt
?:
{
id
:
string
;
type
:
string
}
status
status
:
"CREATED"
|
"PROCESSING"
|
"COMPLETED"
|
"FAILED"
updated
At
updatedAt
:
Date
wallet
Address
walletAddress
:
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
bank
Transaction
Id
created
At
currency
customer
Id
id
idempotency
Key
memo
receipt
status
updated
At
wallet
Address
@cfxlabsinc/b2b-services
Loading...
External id of the owning customer, when the mint was pinned to one.