AuthorizedMint
For the complete documentation index, see llms.txt
@midnight/zswap / AuthorizedMint
Class: AuthorizedMint
민트 수신자가 승인한 코인 민팅 요청입니다.
Properties
coin
readonly coin: CoinInfo;
민팅할 코인입니다.
recipient
readonly recipient: string;
이 민트의 수신자입니다.
Methods
erase_proof()
erase_proof(): ProofErasedAuthorizedMint
Returns
serialize()
serialize(netid): Uint8Array<ArrayBufferLike>
Parameters
netid
Returns
Uint8Array<ArrayBufferLike>
toString()
toString(compact?): string
Parameters
compact?
boolean
Returns
string
deserialize()
static deserialize(raw, netid): AuthorizedMint
Parameters
raw
Uint8Array<ArrayBufferLike>