UNPKG

hector-rubic-sdk

Version:
5 lines (4 loc) 104 B
export interface ContractMulticallResponse<Output> { success: boolean; output: Output | null; }