Commit e68d49b
authored
chore: add sep45 fields in stellar TOML interface (#1326)
* core: add sep45 fields in stellar TOML interface
SEP-1 TOML files now support `WEB_AUTH_FOR_CONTRACTS_ENDPOINT` and
`WEB_AUTH_CONTRACT_ID` fields for SEP-45 authentication. This
commit adds those two fields to the return type from the
`StellarToml.Resolver.resolve(...)` function.
* use `ContractId` for more consistency with the rest of the SDK1 parent 6326631 commit e68d49b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| 195 | + | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| |||
0 commit comments