Type declaration
create:function
- create<I>(base?): MessageResponse
Type Parameters
- I extends {
message?: {
asset?: {
amount?: string;
denom?: string;
};
id?: string;
payloadHash?: Uint8Array;
recipient?: {
address?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
};
sender?: {
address?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
};
sourceTxId?: Uint8Array;
sourceTxIndex?: string | number | Long;
status?: GeneralMessage_Status;
};
} & {
message?: {
asset?: {
amount?: string;
denom?: string;
};
id?: string;
payloadHash?: Uint8Array;
recipient?: {
address?: string;
chain?: {
keyType?: (...) | (...);
module?: (...) | (...);
name?: (...) | (...);
supportsForeignAssets?: (...) | (...) | (...);
};
};
sender?: {
address?: string;
chain?: {
keyType?: (...) | (...);
module?: (...) | (...);
name?: (...) | (...);
supportsForeignAssets?: (...) | (...) | (...);
};
};
sourceTxId?: Uint8Array;
sourceTxIndex?: string | number | Long;
status?: GeneralMessage_Status;
} & {
asset?: {
amount?: string;
denom?: string;
} & {
amount?: string;
denom?: string;
} & {
[K in string | number | symbol]: never
};
id?: string;
payloadHash?: Uint8Array;
recipient?: {
address?: string;
chain?: {
keyType?: ...;
module?: ...;
name?: ...;
supportsForeignAssets?: ...;
};
} & {
address?: string;
chain?: (...) & (...) & (...);
} & {
[K in string | number | symbol]: never
};
sender?: {
address?: string;
chain?: {
keyType?: ...;
module?: ...;
name?: ...;
supportsForeignAssets?: ...;
};
} & {
address?: string;
chain?: (...) & (...) & (...);
} & {
[K in string | number | symbol]: never
};
sourceTxId?: Uint8Array;
sourceTxIndex?: string | number | Long & {
high: number;
low: number;
unsigned: boolean;
add(addend): Long;
and(other): Long;
clz(): number;
comp(other): number;
compare(other): number;
countLeadingZeros(): number;
countTrailingZeros(): number;
ctz(): number;
div(divisor): Long;
divide(divisor): Long;
eq(other): boolean;
equals(other): boolean;
eqz(): boolean;
ge(other): boolean;
getHighBits(): number;
getHighBitsUnsigned(): number;
getLowBits(): number;
getLowBitsUnsigned(): number;
getNumBitsAbs(): number;
greaterThan(other): boolean;
greaterThanOrEqual(other): boolean;
gt(other): boolean;
gte(other): boolean;
isEven(): boolean;
isNegative(): boolean;
isOdd(): boolean;
isPositive(): boolean;
isZero(): boolean;
le(other): boolean;
lessThan(other): boolean;
lessThanOrEqual(other): boolean;
lt(other): boolean;
lte(other): boolean;
mod(other): Long;
modulo(other): Long;
mul(multiplier): Long;
multiply(multiplier): Long;
ne(other): boolean;
neg(): Long;
negate(): Long;
neq(other): boolean;
not(): Long;
notEquals(other): boolean;
or(other): Long;
rem(other): Long;
rotateLeft(numBits): Long;
rotateRight(numBits): Long;
rotl(numBits): Long;
rotr(numBits): Long;
shiftLeft(numBits): Long;
shiftRight(numBits): Long;
shiftRightUnsigned(numBits): Long;
shl(numBits): Long;
shr(numBits): Long;
shr_u(numBits): Long;
shru(numBits): Long;
sub(subtrahend): Long;
subtract(subtrahend): Long;
toBytes(le?): number[];
toBytesBE(): number[];
toBytesLE(): number[];
toInt(): number;
toNumber(): number;
toSigned(): Long;
toString(radix?): string;
toUnsigned(): Long;
xor(other): Long;
} & {
[K in string | number | symbol]: never
};
status?: GeneralMessage_Status;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): MessageResponse
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): MessageResponse
Type Parameters
- I extends {
message?: {
asset?: {
amount?: string;
denom?: string;
};
id?: string;
payloadHash?: Uint8Array;
recipient?: {
address?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
};
sender?: {
address?: string;
chain?: {
keyType?: KeyType;
module?: string;
name?: string;
supportsForeignAssets?: boolean;
};
};
sourceTxId?: Uint8Array;
sourceTxIndex?: string | number | Long;
status?: GeneralMessage_Status;
};
} & {
message?: {
asset?: {
amount?: string;
denom?: string;
};
id?: string;
payloadHash?: Uint8Array;
recipient?: {
address?: string;
chain?: {
keyType?: (...) | (...);
module?: (...) | (...);
name?: (...) | (...);
supportsForeignAssets?: (...) | (...) | (...);
};
};
sender?: {
address?: string;
chain?: {
keyType?: (...) | (...);
module?: (...) | (...);
name?: (...) | (...);
supportsForeignAssets?: (...) | (...) | (...);
};
};
sourceTxId?: Uint8Array;
sourceTxIndex?: string | number | Long;
status?: GeneralMessage_Status;
} & {
asset?: {
amount?: string;
denom?: string;
} & {
amount?: string;
denom?: string;
} & {
[K in string | number | symbol]: never
};
id?: string;
payloadHash?: Uint8Array;
recipient?: {
address?: string;
chain?: {
keyType?: ...;
module?: ...;
name?: ...;
supportsForeignAssets?: ...;
};
} & {
address?: string;
chain?: (...) & (...) & (...);
} & {
[K in string | number | symbol]: never
};
sender?: {
address?: string;
chain?: {
keyType?: ...;
module?: ...;
name?: ...;
supportsForeignAssets?: ...;
};
} & {
address?: string;
chain?: (...) & (...) & (...);
} & {
[K in string | number | symbol]: never
};
sourceTxId?: Uint8Array;
sourceTxIndex?: string | number | Long & {
high: number;
low: number;
unsigned: boolean;
add(addend): Long;
and(other): Long;
clz(): number;
comp(other): number;
compare(other): number;
countLeadingZeros(): number;
countTrailingZeros(): number;
ctz(): number;
div(divisor): Long;
divide(divisor): Long;
eq(other): boolean;
equals(other): boolean;
eqz(): boolean;
ge(other): boolean;
getHighBits(): number;
getHighBitsUnsigned(): number;
getLowBits(): number;
getLowBitsUnsigned(): number;
getNumBitsAbs(): number;
greaterThan(other): boolean;
greaterThanOrEqual(other): boolean;
gt(other): boolean;
gte(other): boolean;
isEven(): boolean;
isNegative(): boolean;
isOdd(): boolean;
isPositive(): boolean;
isZero(): boolean;
le(other): boolean;
lessThan(other): boolean;
lessThanOrEqual(other): boolean;
lt(other): boolean;
lte(other): boolean;
mod(other): Long;
modulo(other): Long;
mul(multiplier): Long;
multiply(multiplier): Long;
ne(other): boolean;
neg(): Long;
negate(): Long;
neq(other): boolean;
not(): Long;
notEquals(other): boolean;
or(other): Long;
rem(other): Long;
rotateLeft(numBits): Long;
rotateRight(numBits): Long;
rotl(numBits): Long;
rotr(numBits): Long;
shiftLeft(numBits): Long;
shiftRight(numBits): Long;
shiftRightUnsigned(numBits): Long;
shl(numBits): Long;
shr(numBits): Long;
shr_u(numBits): Long;
shru(numBits): Long;
sub(subtrahend): Long;
subtract(subtrahend): Long;
toBytes(le?): number[];
toBytesBE(): number[];
toBytesLE(): number[];
toInt(): number;
toNumber(): number;
toSigned(): Long;
toString(radix?): string;
toUnsigned(): Long;
xor(other): Long;
} & {
[K in string | number | symbol]: never
};
status?: GeneralMessage_Status;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown