interface DecodedSolValue {
    val: string | bigint | boolean | DecodedSolValue[];
}

Properties

Properties

val: string | bigint | boolean | DecodedSolValue[]