Type
API
| Function | Type |
|---|---|
Schema | Schema<RuntimeCodeType, string | Uint8Array> |
from | (input: string | Uint8Array) => Effect<RuntimeCodeType, RuntimeCodeError> |
fromHex | (hex: string) => Effect<RuntimeCodeType, RuntimeCodeError> |
Deployed contract bytecode (code stored at contract address)
| Function | Type |
|---|---|
Schema | Schema<RuntimeCodeType, string | Uint8Array> |
from | (input: string | Uint8Array) => Effect<RuntimeCodeType, RuntimeCodeError> |
fromHex | (hex: string) => Effect<RuntimeCodeType, RuntimeCodeError> |