Type Alias DecodedCallResult

DecodedCallResult:
    | bigint
    | string
    | boolean
    | number
    | Uint8Array
    | bigint[]
    | string[]
    | boolean[]
    | number[]
    | Uint8Array[]
    | Map<Address, bigint>