@btc-stamps/tx-builder - v0.1.7
Home
Examples
Preparing search index...
SRC20Operation
Interface SRC20Operation
SRC-20 operation structure (generic interface for testing)
interface
SRC20Operation
{
amt
?:
string
|
string
[]
;
dec
?:
string
|
number
;
description
?:
string
;
email
?:
string
;
icon
?:
string
;
img
?:
string
;
lim
?:
string
;
max
?:
string
;
op
:
SRC20OperationType
;
p
:
"SRC-20"
;
tg
?:
string
;
tick
:
string
;
web
?:
string
;
x
?:
string
;
}
Index
Properties
amt?
dec?
description?
email?
icon?
img?
lim?
max?
op
p
tg?
tick
web?
x?
Properties
Optional
amt
amt
?:
string
|
string
[]
Optional
dec
dec
?:
string
|
number
Optional
description
description
?:
string
Optional
email
email
?:
string
Optional
icon
icon
?:
string
Optional
img
img
?:
string
Optional
lim
lim
?:
string
Optional
max
max
?:
string
op
op
:
SRC20OperationType
p
p
:
"SRC-20"
Optional
tg
tg
?:
string
tick
tick
:
string
Optional
web
web
?:
string
Optional
x
x
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amt
dec
description
email
icon
img
lim
max
op
p
tg
tick
web
x
GitHub
npm
JSR
Home
Examples
@btc-stamps/tx-builder - v0.1.7
Loading...
SRC-20 operation structure (generic interface for testing)