Type alias DeploySCParams
DeploySCParams: OperationParams & { byteCode: Uint8Array; maxCoins?: Mas; parameter?: Args | Uint8Array; periodToLive?: number; waitFinalExecution?: boolean; } Type declaration
byteCode: Uint8Array
Optional
maxCoins?: Mas
Optional
parameter?: Args | Uint8Array
Optional
periodToLive?: number
Optional
waitFinalExecution?: boolean