interface SignedMessage<T0> {
    inner: T0;
    type_info: _0x1.type_info.TypeInfo;
}

Type Parameters

  • T0

Properties

Properties

inner: T0