global class TransactionEventOutput {
|
global List<ConnectApi.WrappedMap> events;
|
global String latestBlockNumber;
|
global TransactionEventOutput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|