Variable PreprocessResult
PreprocessResult: { create( base?: { ethCallParams?: { calldata?: string; context?: { address?: string; blockTag?: string; chainId?: string }; }[]; }, ): PreprocessResult; decode(input: Uint8Array | Reader, length?: number): PreprocessResult; encode(message: PreprocessResult, writer?: Writer): Writer; fromJSON(object: any): PreprocessResult; fromPartial( object: { ethCallParams?: { calldata?: string; context?: { address?: string; blockTag?: string; chainId?: string }; }[]; }, ): PreprocessResult; toJSON(message: PreprocessResult): unknown;}