dsteem
Preparing search index...
CustomBinaryOperation
Interface CustomBinaryOperation
Generic operation.
interface
CustomBinaryOperation
{
"0"
:
"custom_binary"
;
"1"
:
{
data
:
number
[]
|
HexBuffer
|
Buffer
<
ArrayBufferLike
>
;
id
:
string
;
required_active_auths
:
string
[]
;
required_auths
:
AuthorityType
[]
;
required_owner_auths
:
string
[]
;
required_posting_auths
:
string
[]
;
}
;
}
Hierarchy (
View Summary
)
Operation
CustomBinaryOperation
Index
Properties
0
1
Properties
0
"0"
:
"custom_binary"
1
"1"
:
{
data
:
number
[]
|
HexBuffer
|
Buffer
<
ArrayBufferLike
>
;
id
:
string
;
required_active_auths
:
string
[]
;
required_auths
:
AuthorityType
[]
;
required_owner_auths
:
string
[]
;
required_posting_auths
:
string
[]
;
}
Type Declaration
data
:
number
[]
|
HexBuffer
|
Buffer
<
ArrayBufferLike
>
id
:
string
ID string, must be less than 32 characters long.
required_active_auths
:
string
[]
required_auths
:
AuthorityType
[]
required_owner_auths
:
string
[]
required_posting_auths
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
0
1
dsteem
Loading...
Generic operation.