RPCPromise<T>: Promise<{
    transfers?: any[];
    value: T;
}>

Type Parameters

  • T

Generated using TypeDoc