Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
FeesBulk
Interface FeesBulk
export FeesBulk
interface
FeesBulk
{
amount
?:
Amount
;
created_at
?:
string
;
fee_direction
?:
FeeDirection
;
fees
?:
Fees
;
from
?:
BasicContactDeets
;
funding_source
?:
FundingSource
;
id
?:
null
|
string
;
ignore_contracts
?:
boolean
;
memo
?:
null
|
string
;
short_id
?:
null
|
string
;
to
:
BasicContactDeets
;
}
Index
Properties
amount?
created_
at?
fee_
direction?
fees?
from?
funding_
source?
id?
ignore_
contracts?
memo?
short_
id?
to
Properties
Optional
amount
amount
?:
Amount
Optional
created_
at
created_
at
?:
string
Optional
fee_
direction
fee_
direction
?:
FeeDirection
Optional
fees
fees
?:
Fees
Optional
from
from
?:
BasicContactDeets
Optional
funding_
source
funding_
source
?:
FundingSource
Optional
id
id
?:
null
|
string
Optional
ignore_
contracts
ignore_
contracts
?:
boolean
Optional
memo
memo
?:
null
|
string
Optional
short_
id
short_
id
?:
null
|
string
to
to
:
BasicContactDeets
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
created_
at
fee_
direction
fees
from
funding_
source
id
ignore_
contracts
memo
short_
id
to
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export FeesBulk